home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / start.ini < prev   
INI File  |  2000-04-18  |  2KB  |  65 lines

  1. ; This ini file should reside in the same folder as BKCRR.EXE (or whatever
  2. ; you rename it to, see below)
  3. ;
  4. ; New! If you'll be using an autorun.inf, then you can have this files contents
  5. ; in it.
  6. ;
  7. ; You can rename BKCRR.EXE to any name you like, like: MYPROJ.EXE
  8. ; If you do so rename this ini file as MYPROJ.INI
  9. ; and rename the section header below as [MYPROJ]
  10. ; Simple: EXE name, INI name and Section name must be the same!
  11. [start]
  12.  
  13. ; MBTitle will show as caption for all message boxes bkCRR displays
  14. ; MBTitle cannot be empty, if it is bkCRR will look for the section
  15. ; in autorun.inf file.
  16.  
  17. MBTitle=funcom
  18. ; RunApp is the application you intend to run after changing the 
  19. ; resolution. (Any path should be relative to BKCRR.EXE's path, 
  20. ; better yet do not use any path then the RunApp should be in the 
  21. ; same folder with BKCRR.EXE) 
  22.  
  23. RunApp=funcom_presentation.exe
  24.  
  25. ; RunApp will run only if RunParam is supplied at commandline!
  26. ; You will run BKCRR with the command line 'RunParam' from your 
  27. ; autorun application. If user double clicks BKCRR, or parameter 
  28. ; is wrong then the AltApp specified will run which may be the 
  29. ; autorun application itself! That will make everything simple,
  30. ; some user fiddling with the EXE files will endup with your
  31. ; autorun app!
  32. ; Well, if that's confusing for you or you don't have an autorun
  33. ; app, or if you'll make bkCRR the autorun app (which will be really
  34. ; annoying) then;
  35. ; 0 is a special case for RunParam, RunApp will run without a 
  36. ; commandline param
  37.  
  38. RunParam=0
  39. AltApp=autorun.exe
  40.  
  41. ; Below are minumum res properties. BKCRR cannot change BPP (bit per pixel)!
  42. ; While it says min there, they are the actual properties BKCRR will use to
  43. ; change the resolution. BKCRR will not try another res. (like 800x600 if
  44. ; 640x480 fails and current res is 1024x768)
  45.  
  46. minHorRes=800
  47. minVerRes=600
  48. minBpp=16
  49.  
  50. ; FailMsg will be displayed if minBpp is say 16 and current Bpp is 8
  51. ; and restart is needed.
  52.  
  53. FailMsg=This application requires at least 16 bit color depth!
  54.  
  55. ; This message is displayed if RunApp cannot be run
  56.  
  57. NotRunMsg=Could not run PROJ.EXE!
  58.  
  59. ; This message will be displayed in a YES_NO message box,
  60. ; resolution could not be changed but current resolution 
  61. ; is enough to run the app. If the user selects yes then
  62. ; RunApp will run at current res
  63.  
  64. RunAnyWayMsg=Could not change resolution. Run anyway?
  65.